home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / Internal_73.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  251 b   |  12 lines

  1. on exitFrame
  2.   global nappi_sprite
  3.   if rollOver(4) then
  4.     set the locH of sprite nappi_sprite to 277
  5.     set the locV of sprite nappi_sprite to 364
  6.     set ro to 1
  7.   else
  8.     set the locH of sprite nappi_sprite to 1500
  9.   end if
  10.   go(the frame)
  11. end
  12.